@charset "utf-8";
body {
    font-family: "Microsoft YaHei", Georgia, Serif;
    font: "Microsoft YaHei", \5b8b\4f53;
    color: #333;
    display: block;
    font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.disbl {
    display: block !important;
}

#show>div>img {
    width: 72px !important;
    margin-top: -10px !important;
}

#show>div:first-child {
    margin-left: 51px !important;
}

.weixin_box>p {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    font-size: 15px !important;
    line-height: normal !important;
    font-weight: normal !important;
    color: #000 !important;
}


/* CSS Document, header */

#header {
    display: block;
    width: 100%;
    min-width: 1100px;
}

.h_bar {
    min-width: 1070px;
    width: 85%;
    height: 65px;
    margin: 0 auto;
    display: block;
    top: 0;
    left: 0;
    position: relative;
}

.i_logo {
    width: 200px;
    height: 100%;
    display: inline-block;
    float: left;
}

#link_h {
    float: right;
    height: 70px;
    line-height: 70px;
    display: inline-block;
}

.hlink {
    display: inline-block;
    float: right;
}

img {
    border: 0;
}

.hlink li {
    width: auto;
    display: inline-block;
    float: left;
    height: 60px;
    position: relative;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: Center;
    padding: 0 20px;
}

.hlink li>i {
    content: " ";
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    display: inline-block;
}

.hlink .h_hlink {
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 56px;
    color: #666666;
    text-align: center;
    font-size: 15px;
    display: block;
}

.hlink .h_hlink:hover {
    font-weight: bold;
    color: #41abd9;
}

.hlink_item {
    display: inline-block;
    float: left;
}

.hlink li:hover .h_hlink {
    font-weight: bold;
}

.se_menu {
    width: 160px;
    padding: 1px 15px 9px;
    position: absolute;
    top: 55px;
    left: -35px;
    z-index: 999;
    display: none;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px 0 #ddd;
}

.se_menu li:first-child,
.se_menu div:first-child {
    border-top-style: none;
}

.se_menu li,
.se_menu div {
    margin-bottom: 1px;
    display: block;
    line-height: 30px;
    float: none;
}

.se_menu a {
    display: block;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    color: #777;
    text-align: center;
}

.se_menu a:hover {
    color: #00c1de;
}

.hlink font {
    font-weight: bold;
    margin: 20px 5px 5px 5px;
    padding: 5px 5px 5px;
    color: #4680B2;
    text-align: right;
    font-size: 20px;
}

.section .acclink {
    margin-right: 50px;
}

.acclogin a {
    display: inline-block;
}

.acclogin img {
    width: 50px;
    height: 50px;
    top: -10px;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.usernav {
    position: relative;
    display: none;
    z-index: 999;
}

.usernav ul {
    position: absolute;
    top: 10px;
    left: -105px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px 0 #ddd;
    padding-top: 5px;
    width: 160px;
    background-color: #fff;
}

.usernav ul:after,
.usernav ul:before {
    bottom: 100%;
    left: 55%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.usernav ul:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -30px;
}

.usernav ul:before {
    border-bottom-color: #ddd;
    border-width: 12px;
    margin-left: -32px;
}

.usernav li a:hover,
.usernav li a:active,
.usernav li a:focus {
    color: #00c1de;
}

.user_name {
    position: absolute;
    top: 35px;
    right: -20px;
    border: 1px solid #ddd;
    padding: 2px;
    height: 16px;
    background-color: #fff;
    line-height: 12px;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* CSS Document, logindlg */

.cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

#lgbox {
    background-color: #ffffff;
    width: 400px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fafafa;
    border-radius: 10px;
    z-index: 99999;
    opacity: 1;
    display: none;
}
.lgbox {
    height: 100%;
	display:flex;
	flex-flow:column;
}

#closeb {
   height:30px;
   display:flex;
   justify-content:flex-end;
   align-items: flex-end;
   margin-right:15px;
}

#closeb>.ad{
    width: 320px;
    height: 60px;
    background: linear-gradient(to right,#0469bb,#bd53e7);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10%;
}

#closeb>.ad>.protrude{
    width: 30px;
    height: 80px;
    font-size: 18px;
    font-family: 幼圆;
    text-align: center;
    color: #333333;
    background: linear-gradient(to right,#fff073,#ffc600);
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: flex;
    align-items: center;
}

#closeb>.ad>.info{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#closeb>.ad>.info>.price{
    color: #ffffff;
}

#closeb>.ad>.info>.price>span:nth-child(1){
    font-size: 24px;
    font-family: 微软雅黑;
    position: relative;
    left: 5px;
    bottom: 22px;
}

#closeb>.ad>.info>.price>span:nth-child(2){
    font-size: 42px;
    font-family: 微软雅黑;
}

#closeb>.ad>.info>.text{
    font-size: 18px;
    font-family: 幼圆;
    color: #fefe00;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
.close {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/view/image/commImage/close.png") no-repeat;
    background-position: center;
	background-size:100% 100%;
}
.close:hover {
	animation: rotate 0.5s linear;
}

#lgbox_sec {
    display: none;
    background-color: #dcdcdc;
    width: 500px;
    height: 260px;
    padding: 10px 10px;
    margin-top: 30px;
    position: absolute;
    top: 90px;
    right: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    z-index: 1000;
}

#lgbox_sec {
    float: right;
}

.lg-in {
	flex: 1;
    width: 370px;
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.lg-in>img {
    margin: 15px auto;
    display: block;
}

.lg-in input {
    width: 205px;
    height: 22px;
    padding: 10px 25px;
    padding-left: 44px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.lg-in #c_3 .lg-row{
	margin-top: 10px;
}
.lg-in #c_3 .lg-phone>input, .lg-in #c_3 .lg-code>input{
	text-indent: 15px;
}
.lg_use ,.lg_pass,.lg-phone ,.lg-code{
    position: relative;
}

.lg_use i,.lg_pass i ,.lg-phone>i ,.lg-code>i{
    width: 42px;
    height: 22px;
    display: inline-block;
    font-style: normal;
    position: absolute;
    top: 12px;
    left: 0px;
    border-right: 1px #ddd solid;
}
.lg-in #c_3 .lg-row>i{
	top: unset;
}
.lg_use i {
    background: url(/view/image/commImage/user2.png) no-repeat center;
}
.lg_pass i {
    background: url(/view/image/commImage/suo2.png) no-repeat center;
}
.lg-phone>i{
    background: url(/view/image/commImage/tel.png) no-repeat center;
}
.lg-code>i{
    background: url(/view/image/commImage/code.png) no-repeat center;
}
.lg-code2>i {
    background: url(/view/image/commImage/code2.png) no-repeat center;
}
.lg-in .lg_btns input {
    width: 275px;
    height: 38px;
    background-color: #00B8EE;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 6px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    padding: 5px 25px;
    margin-top: 8px;
}

.lg-in .lg_btns input:hover {
    background-color: #41abd9;
}

.lg-in .lg-row {
    margin-top: 15px;
    display: flex;
    justify-content: center;
	align-items:Center;

}
.lg-else{
	position: absolute;
    bottom: 0;
    width: 275px;
    left: 60px;
	height:50px;
	justify-content:space-between!important ;
}
.lg-code{
	width:275px;
	justify-content:space-between!important ;
	margin:0 auto;
	position:relative;
}
.lg-phone{
	position:relative;
}
.lg-in .lg-row a {
    font-size: 14px;
    color: #3fabd8;
    line-height: 30px;
    text-decoration: none;

}

.lg-in .lg-row span>a {
    float: right;
    margin-left: 5px;
}

.lg-in .lg-row span {
    font-size: 14px;
    color: #777;
    line-height: 30px;

}

.lg_val {
    position: absolute;
    top: 7px;
    left: -28px;
    color: #777;
    font-size: 13px;
}

.lg_ocr {
    position: absolute;
    top: 7px;
    left: -1px;
    color: #777;
    font-size: 13px;
}

.lg-row input::-webkit-input-placeholder {
    color: #777;
    font-size: 13px;
}

.lg-row input:-moz-placeholder {
    color: #777;
    font-size: 13px;
}

.lg-row input::-moz-placeholder {
    color: #777;
    font-size: 13px;
}

.lg-row input:-ms-input-placeholder {
    color: #777;
    font-size: 13px;
}


/*CSS Document ,second header*/

.head_container {
    overflow: hidden;
    min-width: 920px;
}

.second_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 85%;
	min-width: 1070px;
    height: 65px;
    margin: 0 auto;
    box-shadow: 0px 2px 2px #e3e3e3;
    padding: 0 7.5% ;
    vertical-align: middle;
    font-size: 15px;
    background-color: #fff;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    display: none;
}

.second_nav .second_logo {
    display: inline-block;
    width: 90px;
    float: left;
}

.second_logo img {
    height: 45px;
}

.logonew {
    width: 40px;
    margin: 0 10px;
}

.logotitle {
    width: 70px;
}

.link_title {
    line-height: 40px;
    height: 50px;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.sublink {
    float: right;
}

.link_tab {
    display: inline-block;
    float: left;
    margin: 0 20px;
    position: relative;
}

.sublink .h_hlink:hover {
    font-weight: bold;
    font-size: 17px;
}

.second_nav .se_menu {
    top: 50px;
    left: -35px;
}

.second_nav .se_menu li {
    padding: 0;
}

.second_nav .acclogin {
    padding: 0 20px;
    margin: 6px 90px 0 0;
}

.second_nav .usernav ul {
    top: 27px;
}

.second_nav .acclink a {
    color: #fff;
    margin: 3px 12px 8px;
    height: 18px;
    text-align: center;
    width: 90px;
    font-size: 14px;
    line-height: 18px;
    background: #33CDE5;
}

.second_nav .acclink a:hover {
    color: #fff;
    background: #00c1de;
}


/* CSS Document, Footer */

.myfoot {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    border-top: #d9d9d9 1px solid;
    min-width: 1180px;
    background-color: #3e3d49;
    overflow: hidden;
}

.myfoot .foot_menu {
    padding: 0 2% 0 2%;
    padding-top: 80px;
    overflow: hidden;
}

.myfoot .menu_left {
    width: 80%;
    min-width: 700px;
    padding-left: 10px;
    float: left;
    display: inline-block;
    line-height: 22px;
}

.myfoot .menu_right {
    float: right;
    display: inline-block;
    font-size: 14px;
}

.myfoot li {
    float: left;
    margin-left: 6%;
    text-align: left;
}

.myfoot h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.myfoot .menu_left a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.i_em {
    width: 15px;
    height: 22px;
    margin-right: 5px;
    display: inline-block;
    background: url(/view/image/commImage/email.png) no-repeat 0 10px;
}

.myfoot .menu_right img {
    width: 73px;
}

.myfoot .menu_right {
    color: #ccc;
    font-size: 12px;
    line-height: 20px;
}

.myfoot .menu_right a {
    color: #ccc;
    text-decoration: none;
}

.myfoot .menu_right p {
    min-width: 163px;
}

.myfoot .f_link {
    padding: 50px 0;
    margin-bottom: 40px;
}

.myfoot .f_link a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*kf_block*/

.kf_block {
    position: fixed;
    height: 60px;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    width: 60px;
    border-radius: 100%;
    display: block;
    box-shadow: -2px 2px 8px #ddd;
    background: #fff;
    text-align: center;
}

.kf_block img {
    margin-top: 10px;
    cursor: pointer;
}


/*fix_block*/

.fix_block {
    position: fixed;
    height: 150px;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 320px;
    border-radius: 6px 6px 6px 6px;
    display: block;
    box-shadow: -2px 2px 8px #ddd;
    background: #fff;
    text-align: center;
    display: none;
}

.fix_block>ul.fix_tu {
    width: 100%;
    height: 60px;
    padding-top: 20px;
}

.fix_tu>li {
    width: 25%;
    height: 70px;
    float: left;
    background: #fff;
    text-align: center;
    position: relative;
    text-align: center;
}

.fix_tu>li>p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px#ddd;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px 0px;
    min-width: 40px;
    font-size: 12px;
    color: #333;
}

.fix_tu>li>p>a>img {
    vertical-align: middle;
    margin-top: -5px;
}

.fix_tu>li>p>img {
    vertical-align: middle;
    margin-top: -5px;
}

.add1 {
    box-shadow: 0px 4px 5px #9a76ec !important;
}

.add2 {
    box-shadow: 0px 4px 5px #5bbcff !important;
}

.add3 {
    box-shadow: 0px 4px 5px #09bb07 !important;
}

.add4 {
    box-shadow: 0px 4px 5px #24c8db !important;
}

.fix_block>h4 {
    text-align: left;
    margin-left: 24px;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 12px;
}

.fix_block>div>input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    line-height: 30px;
    width: 190px;
    height: 30px;
    font-size: 14px;
    margin-left: -26px;
    vertical-align: middle;
    border: 1px solid #24C8DB !important;
    box-shadow: 0px 0px 5px #24C8DB;
    padding-left: 16px;
}

.fix_block>div input::-webkit-input-placeholder,
.fix_block>div textarea::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
}

.fix_block>div>a {
    width: 45px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    background: #1dabd1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff !important;
    font-size: 12px;
    box-shadow: 0px 0px 5px #1dabd1;
    text-decoration: none;
}

.telephone {
    position: fixed;
    height: 115px;
    right: 150px;
    bottom: 260px;
    z-index: 9999;
    border-radius: 6px 6px 6px 6px;
    display: block;
    box-shadow: 0px 0px 10px rgba(202,202,202,0.35);
    background: #fff;
    padding: 10px 15px;
    text-align: left;
    display: none;
}

.telephone>h4 {
    font-weight: bold;
    color: #333 !important;
    font-size: 12px;
    line-height: 30px;
}

.telephone>p {
    color: #666 !important;
    font-size: 12px !important;
    line-height: 30px !important;
    padding: 0px 0px !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
}

.telephone>p>span {
    margin-left: 20px;
}

.telephone>div {
    width: 20px;
    height: 20px;
    background: #fff;
    right: -213px;
    top: -75px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    transform: rotate(45deg);
}

.qq_box {
    position: fixed;
    height: 95px;
    right: 150px;
    bottom: 360px;
    z-index: 999;
    width: 150px;
    border-radius: 6px 6px 6px 6px;
    display: block;
    box-shadow: 0px 0px 10px rgba(202,202,202,0.35);
    background: #fff;
    padding:10px 15px;
    text-align: left;
    display: none;
}

.qq_box>div>p {
    line-height: 24px;
    color: #666;
    font-size: 12px;
    padding: 0px 0px !important;
    margin-top: 0px !important;
    font-weight: normal;
    letter-spacing: 0px !important;
}

.qq_box>div>p>em {
    color: #f88181;
    font-style: normal;
}

.qq_box>div>p>img {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}

.qq_box>div>img {
    display: none;
}

.qq_box>div:last-child {
    width: 20px;
    height: 20px;
    background: #fff;
    right: -150px;
    top: 35px;
    FONT-WEIGHT: 100;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    transform: rotate(45deg);
}

.weixin_box {
    position: fixed;
    height: 110px;
    right: 150px;
    bottom: 150px;
    z-index: 999;
    width: 220px;
    border-radius: 6px 6px 6px 6px;
    display: block;
    box-shadow: 0px 0px 10px rgba(202,202,202,0.35);
    background: #fff;
    padding: 15px;
    text-align: left;
	display:none;
}
.weixin_box>div:nth-child(1){
    display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

.weixin_box>div>p {
	display: flex;
    flex-flow: column;
    align-items: center;
    color: #666;
    font-size: 12px;
	text-align: center;
    line-height: 20px;
}


.weixin_box>div>p>em {
    color: #f88181;
}

.weixin_box>div>p>img {
    cursor: pointer;
}

.weixin_box>div>p>img#check {}

.weixin_box>div>img {
    display: none;
}

.weixin_box>div:last-child {
    width: 20px;
    height: 20px;
    background: #fff;
    right: -220px;
    z-index: 98;
    top: -95px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    transform: rotate(45deg);
}
.section-cont>a.top{
	height: 50px;
    width: 50px;
    box-shadow: 0px 0px 30px #e9e9e9;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    bottom: 50px;
    right: 65px;
	cursor: pointer;
}
.section-cont>a.top>img{
	margin: 0 auto;
}

.download_box {
    position: fixed;
    height: 90px;
    right: 15px;
    bottom: 170px;
    z-index: 999;
    width: 184px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -2px 9px 32px #ddd;
    background: #fff;
    padding: 20px;
    text-align: left;
    display: none;
}

.download_box>h4 {
    font-weight: bold;
    color: #333 !important;
    font-size: 12px;
    line-height: 30px;
    margin-left: 50px;
}

.download_box div.download_box_img {
    display: inline-block;
    width: 70px;
    text-align: center;
    height: 50px;
    line-height: 95px;
    vertical-align: middle;
}

.download_box img {
    width: 50px;
    height: 50px;
}

.download_box div.download_box_p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 22px;
    margin-top: 10px;
}

.download_box div.download_box_a {
    text-align: unset;
    height: 45px;
    line-height: 45px;
    text-indent: 90px;
}

.download_box div.download_box_a a {
    width: 80px;
    background-color: #39C1EA;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    margin: 8px auto 0 auto;
    line-height: 20px;
    border-radius: 6px;
    cursor: pointer;
}

.download_box div.download_box_p p {
    color: #666 !important;
    font-size: 12px !important;
    line-height: unset !important;
    margin: 0 auto;
    text-align: center;
    min-width: 0px !important;
    padding: 0px 0px !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
}

.download_box>p>span {
    margin-left: 20px;
}

.download_box>div.xiabiao {
    /* position:absolute; */
    width: 20px;
    height: 20px;
    background: #fff;
    left: 155px;
    top: -6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    transform: rotate(45deg);
}

.fix_block .allBox_jiaobiao {
    position: absolute;
    right: 0;
    bottom: 0;
}

.fix_block .allBox_jiaobiao img {
    width: 49px;
    height: 54px;
    cursor: pointer;
}

.fix_block>li#check {
    background: #00c1de;
}

.fix_block>li#check>a>p {
    color: #fff;
}

.fix_block>li>div {
    width: 170px;
    height: 95px;
    background: #fff;
    box-shadow: -3px 1px 5px #ddd;
    position: absolute;
    left: 5%;
    top: 0;
    padding: 0 10px;
    padding-top: 5px;
    display: none;
}

.fix_block>li>div>img {
    width: 70px;
    height: 70px;
    margin-top: 5px;
}

.fix_block>li>div>p {
    text-align: left;
    padding: 0;
    line-height: 30px;
    font-size: 12px !important;
    color: #777;
    margin-top: 0 !important;
    letter-spacing: 0 !important;
    letter-spacing: 0px !important;
}

.fix_block>li>div>span {
    text-align: left;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    display: block;
}

.fix_block>li>a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.fix_block>li>a>img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.fix_block>li>a>p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #00c1de;
    font-size: 14px;
    padding: 0;
    width: 100% !important;
    min-width: 0px;
    font-weight: normal;
    margin-top: -6px;
    letter-spacing: 0 !important;
}

.produce_server {
    display: none;
    background: #fff;
    width: 870px;
    padding: 20px 40px;
    height: 390px;
    margin: 0 auto;
    position: fixed;
    top: 80px;
    z-index: 995;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 10px 0 #ddd;
    text-align: left !important;
    font-size: 14px;
}

.produce_server>h1.titlename {
    height: 30px;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    color: #00a6b6;
    text-align: left;
    border-bottom: 2px solid #ddd;
    border-image: -webkit-linear-gradient(to right, #49bac5, #f4f4f4) 20 20;
    border-image: -moz-linear-gradient(to right, #49bac5, #f4f4f4) 20 20;
    border-image: -